Tegra186: fix MISRA Rule 8.3 violation
authorAnthony Zhou <[email protected]>
Tue, 29 Aug 2017 09:00:56 +0000 (17:00 +0800)
committerVarun Wadekar <[email protected]>
Wed, 23 Jan 2019 18:31:08 +0000 (10:31 -0800)
MISRA Rule 8.3, All declarations of an object or function
shall use the same names and type qualifiers.

This patch removes unused function(s).

Change-Id: I90865c003d46f1dc08bfb5f4fe8a327ea42a2bb7
Signed-off-by: Anthony Zhou <[email protected]>
plat/nvidia/tegra/soc/t186/plat_psci_handlers.c

index a490bccd7786d4dd5f35aa6d6eacc28a49081ecc..bd13dc2a1dc6a3b4f5edd497780241f8086ac094 100644 (file)
@@ -25,8 +25,6 @@
 #include <tegra_private.h>
 
 extern void memcpy16(void *dest, const void *src, unsigned int length);
-
-extern void prepare_cpu_pwr_dwn(void);
 extern void tegra186_cpu_reset_handler(void);
 extern uint64_t __tegra186_cpu_reset_handler_end,
                __tegra186_smmu_context;